how to install python3 in ubuntu

48

how to install python3 in ubuntu -

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8

how to install python3.11 on ubuntu -

sudo apt update && sudo apt upgrade -y

how to install python 3.6 ubuntu -

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.6

Comments

Submit
0 Comments